home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / shell / AXshDemo131.lha / InstallDisk.lha / etc / rc.server < prev    next >
Encoding:
Text File  |  1994-01-20  |  1.3 KB  |  53 lines

  1. ;AXsh server configuration file in pasbox
  2. ;by Pasi Ojala
  3.  
  4. %bpslock:    /* lock the DTE speed (If present, %bps: has no effect) */
  5. 19200
  6. %bps:        /* Default baudrate in ax-server (highest possible) *
  7. 2400
  8.  
  9. %serverpri:    /* AX-server priority *
  10. 1
  11.  
  12. %starthour:    /* server starts to monitor calls *
  13. 25
  14. %stophour:    /* server goes to sleep *
  15. 25
  16.  
  17. %eventhour:    /* event time hours */
  18. 25
  19. %eventmins:    /* event time minutes */
  20. 0
  21.  
  22. %eventnumber:    /* string we use for event-call */
  23. atX4E0dt911
  24. %eventcommand:    /* command we execute after connection */
  25. AXsh:bin/net <newaux:serial.device/0/raw/ >newaux:serial.device/0/raw/
  26.  
  27. %newshell:    /* AXsh's serial startup command in AX-server *
  28. newshell >NIL: NEWAUX:serial.device/0/shared/checkcd from AXsh:etc/remote-startup
  29.  
  30. %newcon:    /* startup for console(can use con: or newcon: handlers too)*/
  31. newshell >NIL: con:0/0//216/AXsh/CLOSE from AXsh:etc/local-startup
  32.  newshell >NIL: con:0/344/664/216/AXsh/CLOSE from AXsh:etc/local-startup
  33.  
  34. %modem-reset:    /* modem reset command, CR not needed */
  35. ATZ
  36.  
  37. %modem-aa:    /* modem autoanswer command */
  38. AT&d0M0X4E0S0=1
  39.  
  40. %modem-noaa:    /* modem autoanswer off command (not used) */
  41. ATE1S0=0
  42.  
  43. %ringflash:     /* DisplayBeeb() on 1=sleeping,2=waiting,3=always */
  44. 0
  45.  
  46. %device:    /* Device to monitor */
  47. serial.device
  48. %unitnum:    /* Unit number on the device */
  49. 0
  50. %handshake:    /* handshake type, "cts/rts" or "none" */
  51. cts/rts
  52.  
  53.